[.editmatrix: Row index operator for editmatrix
Description
Use this operator to select edits from an editmatrix or
editarray object. Row index operator for editarray
Usage
## S3 method for class 'editmatrix':
[(x, i, j, ...) ## S3 method for class 'editarray':
[(x, i, j, ...)
Arguments
i
the row index in the edit matrix
j
the column index in the edit matrix
...
arguments to be passed to other methods.
Currently ignored.